From: Eric Anholt Date: Tue, 15 Dec 2015 23:35:59 +0000 (-0800) Subject: ARM: bcm2835: Add the auxiliary clocks to the device tree. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~80 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22stanciumarius94%40gmail.com/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22?a=commitdiff_plain;h=01a6921a4849dfc9fa152a30c552818447847966;p=linux-4.9.git ARM: bcm2835: Add the auxiliary clocks to the device tree. These will be used for enabling UART1, SPI1, and SPI2. Signed-off-by: Eric Anholt Gbp-Pq: Topic features/arm/rpi Gbp-Pq: Name arm-bcm2835-add-the-auxiliary-clocks-to-the-device-t.patch --- diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 8a7e72799a5c..971e741e5467 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -152,6 +152,13 @@ status = "disabled"; }; + aux: aux@0x7e215000 { + compatible = "brcm,bcm2835-aux"; + #clock-cells = <1>; + reg = <0x7e215000 0x8>; + clocks = <&clocks BCM2835_CLOCK_VPU>; + }; + sdhci: sdhci@7e300000 { compatible = "brcm,bcm2835-sdhci"; reg = <0x7e300000 0x100>;